how to change color of progress bar in android

88

How to change progressbar color xml android -

android:indeterminateTint="@color/BLACK"
android:indeterminateTintMode="src_in"

how to change color of progress bar in android -

progressBar.setProgressTintList(ColorStateList.valueOf(Color.RED));

Comments

Submit
0 Comments